home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
MENU_UTL
/
PULL70B
/
PULLDEFS.INC
< prev
next >
Wrap
Text File
|
1993-09-24
|
1KB
|
26 lines
{ ========================================================================== }
{ PullDefs.inc - Compiler definition file for PullDemo. var 7.0b, 09-24-93 }
{ }
{ Copyright (c) 1988,1993 James H. LeMay, All rights reserved. }
{ ========================================================================== }
{ $A+,B-,D+,E-,F-,G-,I-,L+,N-,O-,P-,Q-,R-,S-,T-,V-,X+}
{$A+,B-,D-,E-,F-,G-,I-,L-,N-,O-,P-,Q-,R-,S-,T-,V-,X+,Y-}
{$define UseSubMenuCode }
{$define UseHelpWndwCode }
{$define UseDataEntryCode }
{$define UseMsgLineCode }
{ $define MultiWorkWndws }
{ The following two defines affect the use of the QWIK, WNDW, and GOOF units.}
{ If undefined, these directives saves data space and some code. }
{ If you are using only video page 0, put a space before the following "$": }
{$Define MultiPage }
{ If you are NOT using virtual windows, remove the following "$": }
{$Define AddVirtual }
{ $define UseStrg } { define this conditional if you are using the Strg
Unit in SpeedPack II }